home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / uc31.zip / MODEMREG.SCR < prev    next >
Text File  |  1992-12-28  |  214b  |  6 lines

  1. ; modemreg.scr - examines the value of a user specified modem register
  2. clear
  3. inputstring(szRegister,"Enter the modem register # to be examined")
  4. i=modemgetregister(atoi(szRegister))
  5. displaystring(10,10,i)
  6. exit